home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineButton2_2292
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
180 b
|
13 lines
on(release){
if(_root.stage == 1)
{
stopAllSounds();
_root.gotoAndStop("Menu");
}
else
{
stopAllSounds();
gotoAndPlay(1);
}
}